/* banner */
.m_banner {
    width: 100%;
    display: none;
    color: #fff;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    .m_banner {
        display: block;
    }

    body {
        background: #f0f7ff;
    }
}

.m_banner img {
    width: 100%;
}

.swiper-container3 {
    width: 100%;
    position: relative;
}

.swiper-container3 .swiper-slide {
    position: relative;
}

.swiper-container3 .swiper-slide img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.swiper-container3 .swiper-slide .container {
    position: absolute;
    top: 3.8rem;
    left: 0.5rem;
}

.swiper-container3 .swiper-slide .container h1 {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-shadow: 0 0.1rem 0.25rem #0c4397;
}

.swiper-container3 .swiper-slide .container p {
    font-size: 0.6rem;
    margin-bottom: 0.2rem;
    text-shadow: 0 0.05rem 0.15rem #083881;
}

.swiper-container3 .swiper-slide .container .cta-button {
    width: 4rem;
    height: 1rem;
    line-height: 1rem;
    background-color: #427ce5;
    color: #fff;
    border: none;
    border-radius: 0.1rem;
    cursor: pointer;
    font-size: 0.35rem;
    transition: background-color 0.2s, box-shadow 0.3s;
}

.swiper-container3 .swiper-slide .container .cta-button:hover {
    background-color: #558aec;
}

.swiper-container3 .swiper-slide .container .cta-button:active {
    background-color: #1459d8;
}

.swiper-pagination3 {
    display: inline-block;
    width: auto !important;
    height: 0.5rem !important;
    position: absolute;
    top: 7rem !important;
    left: 0.5rem !important;
    z-index: 99;
}

.swiper-pagination3 .swiper-pagination-bullet {
    width: 0.8rem !important;
    height: 0.11rem !important;
    border-radius: 2.5rem !important;
    background-color: #ffffff5d !important;
    display: inline-block;
}

.swiper-pagination3 .swiper-pagination-bullet-active {
    background-color: #fff !important;
    opacity: 1 !important;
}

/* 评估检测 */
.m_test {
    width: 100%;
    display: none;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    .m_test {
        display: block;
    }
}

.swiper-container4 {
    position: relative;
    margin-top: 0.6rem;
}

.swiper-container4 .swiper-slide {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.5rem;
}

.m_text_box {
    display: block;
    position: relative;
    width: 100%;
    height: 16rem;
    border-radius: 0.4rem;
    background: linear-gradient(to bottom, #024dc0 70%, #024ec027 100%);
    color: #fff;
}

.m_text_box:hover {
    color: #fff;
}

.m_text_box_img {
    width: 8rem;
    position: relative;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -60%);
}

.m_text_box_t {
    position: absolute;
    top: 10rem;
}

.m_text_box_title {
    font-size: 0.8rem;
    margin: 0 0.5rem 0.4rem 0.5rem;
    font-weight: bold;
}

.m_text_box_text {
    font-size: 0.55rem;
    margin: 0 0.5rem;
    line-height: 1.8;
    text-align: justify;
}

.swiper-pagination4 {
    display: inline-block;
    width: auto !important;
    height: 0.5rem !important;
    position: absolute;
    bottom: 1rem !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 99;
    --swiper-pagination-bullet-horizontal-gap: 0.15rem;
}

.swiper-pagination4 .swiper-pagination-bullet {
    width: 0.4rem !important;
    height: 0.4rem !important;
    border-radius: 3rem !important;
    background-color: #fff !important;
    display: inline-block;
    opacity: 1 !important;
    transition: width 0.2s;
}

.swiper-pagination4 .swiper-pagination-bullet-active {
    width: 1.5rem !important;
    opacity: 1 !important;
}

/* 安全服务 */
.m_services {
    width: 100%;
    display: none;
    overflow: hidden;
    margin-top: 0.4rem;
}

@media screen and (max-width: 600px) {
    .m_services {
        display: block;
    }
}

.m_services_box {
    display: flex;
    padding: 0 0.5rem;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.4rem;
}

.m_services_item {
    width: 6.8rem;
    height: 3rem;
    background-color: #024dc0;
    border-radius: 0.4rem;
    position: relative;
    color: #fff;
}

.m_services_item:hover{
    color: #fff;
}

.m_services_item_img,
.m_services_item_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.m_services_item_img {
    width: 3rem;
    opacity: 0.2;
}

.m_services_item_text {
    width: 100%;
    font-size: 0.65rem;
    text-align: center;
    font-weight: bold;
}

/* 安全产品 */
.m_products {
    width: 100%;
    display: none;
    overflow: hidden;
    margin-top: 0.4rem;
}

@media screen and (max-width: 600px) {
    .m_products {
        display: block;
    }
}

.m_products_ul {
    white-space: nowrap;
    padding: 0 0.5rem;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 0.4rem;
}

.m_products_ul li {
    display: inline-block;
    width: 11rem;
    height: 13rem;
    border-radius: 0.4rem;
    overflow: hidden;
}

.m_products_li_top {
    width: 100%;
    height: 8.5rem;
    background-color: #024dc0;
}

.m_products_li_top img {
    width: 7.5rem;
}

.m_products_li_bottom {
    width: 100%;
    height: 4.5rem;
    background-color: #fff;
    padding: 0.4rem;
    box-sizing: border-box;
}

.m_products_li_bottom_title {
    font-size: 0.65rem;
    font-weight: bold;
}

.m_products_li_bottom_text {
    width: 100%;
    font-size: 0.55rem;
    white-space: normal;
    -webkit-white-space: normal;
    text-align: justify;
    line-height: 1.7;
    margin-top: 0.2rem;
}

/* 解决方案 */
.m_solutions {
    width: 100%;
    display: none;
    overflow: hidden;
    margin-top: 0.4rem;
}

@media screen and (max-width: 600px) {
    .m_solutions {
        display: block;
    }
}

.m_solutions_box {
    width: 100%;
    padding: 0 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    box-sizing: border-box;
    margin-top: 0.4rem;
}

.m_solutions_item {
    width: 100%;
    height: 6.4rem;
    background-color: #024dc0;
    border-radius: 0.4rem;
    position: relative;
    color: #fff;
    z-index: 10;
}

.m_solutions_item_img {
    position: absolute;
    right: 0;
    bottom: 0.4rem;
    width: 4rem;
    z-index: 0;
    opacity: 0.6;
}

.m_solutions_item_title {
    font-size: 0.75rem;
    font-weight: bold;
    margin: 1rem 0 0 0.6rem;
}

.m_solutions_item_text {
    position: relative;
    font-size: 0.55rem;
    margin: 0.2rem 0.4rem 0 0.6rem;
    z-index: 10;
    line-height: 2;
}

.m_solutions_item_btn {
    margin: 0.4rem 0 0 0.6rem;
    color: #fff;
    font-size: 0.5rem;
    background-color: rgb(72, 116, 203);
    padding: 0.25rem 0.8rem;
    border-radius: 10rem;
}

/* 新闻资讯 */
.m_news {
    width: 100%;
    display: none;
    overflow: hidden;
    margin-top: 0.4rem;
}

@media screen and (max-width: 600px) {
    .m_news {
        display: block;
    }
}

.m_news_box {
    width: 100%;
    padding: 0 0.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.4rem;
}

.m_news_item {
    width: 100%;
    height: 4.2rem;
    border-radius: 0.4rem;
    display: flex;
    overflow: hidden;
}

.m_news_item_left {
    flex: 1.7;
    background-color: #fff;
    overflow: hidden;
}

.m_news_item_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m_news_item_right {
    flex: 3;
    background-color: #024dc0;
}

.m_news_item_right p {
    width: auto;
    font-size: 0.55rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0.4rem;
    color: #eee;
}

/* 信任我们的客户 */
.m_partners {
    width: 100%;
    display: none;
    overflow: hidden;
    margin-top: 0.4rem;
}

@media screen and (max-width: 600px) {
    .m_partners {
        display: block;
    }
}

.m_partners_box {
    white-space: nowrap;
    padding: 0 0.5rem;
    margin-top: 0.4rem;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.3rem;
}

.m_partners_item {
    width: 4.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-shrink: 0;
    overflow: hidden;
}

.m_partners_item_box {
    width: 100%;
    height: 2rem;
    background: #fff;
    border-radius: 0.4rem;
}

.m_partners_item_box img {
    width: 3.7rem;
    object-fit: cover;
}